projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d6814
)
(w32_term_init): Don't initialize the image cache here; it will be
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 13 Dec 2008 05:40:29 +0000
(
05:40
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 13 Dec 2008 05:40:29 +0000
(
05:40
+0000)
done in init_frame_faces.
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index c99604205972c14113f040ea9a874490caa05291..470c9d0a04ab18e4a96673a9687ef070f946d822 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-6204,7
+6204,6
@@
w32_term_init (display_name, xrm_option, resource_name)
dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX);
dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY);
dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE;
- dpyinfo->terminal->image_cache = make_image_cache ();
ReleaseDC (GetDesktopWindow (), hdc);
/* initialise palette with white and black */